home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / rcdsplay.zip / README < prev    next >
Text File  |  1991-05-11  |  3KB  |  66 lines

  1. The programs contained on this diskette may be used and distributed freely.
  2. However, we do ask that the author labels in the software not be removed or
  3. altered and that credit be given to the authors in each application.
  4.  
  5. The authors accept no responsibility for any errors in this software or any
  6. mishaps resulting from its use.  It is the responsibility of the user to
  7. adequately confirm the accuracy and applicability of the software.
  8.  
  9. The main piece of software include here is a Turbo Pascal (version 5.5)
  10. procedure called GRAF.  This is a very general graphics display and analysis
  11. program (a "graphics editor") for xy data.  It was originally developed 
  12. for the analysis of spectra acquired in a laboratory environment and 
  13. includes options especially suited to that application (e.g. wavelength/
  14. wavenumber conversions, peak height and area determination, etc.).  It is
  15. equally well suited, however, for the analysis of any other data that can be
  16. recorded in an xy format.  Although less flexable in some respects than a
  17. spreadsheet, it is substantially more efficient for many applications and
  18. contains features not commonly found in a spreadsheet (e.g. a movable
  19. crosshair, windowing of the displayed data, etc.).
  20.  
  21. GRAF resides in a separate unit called GRAFED and may be linked into Turbo
  22. Pascal programs.  A sample application is given by the program DISPLAY,
  23. which reads in a set of xy data points from a file and presents that data
  24. via the GRAF procedure.  A sample data set (a sine wave) is contained in
  25. the file TEST.DAT.
  26.  
  27. Note that GRAFED uses the monitor in graphics mode.  The appropriate Turbo
  28. Pascal device drivers (*.BGI) must therefore be available.  The program
  29. automatically searches for these files in the directorty d:\tp.  If you
  30. don't have such a directory, just make sure the BGI files are in your current
  31. path.  Alternatively, you can alter the DRIVERS constant in GRAFED and
  32. recompile.
  33.  
  34. The graphics editor commands are best learned by trial and error.  Once in
  35. the editor, a complete listing of commands can be obtained by hitting the
  36. "H" key.
  37.  
  38. The various units (other than GRAFED) on this disk contain many useful 
  39. procedures and functions for Turbo Pascal.  These include ...
  40.   - Read procedures (IOFUNCS) that allow new values to be read in or
  41.     existing values to be retained if the user hits a carriage return.
  42.     Procedures for both text and graphics modes are given.
  43.   - A Dos shell command (IOFUNCS).
  44.   - Useful math functions (MATH).
  45.   - A general purpose setup of a set of axes for the screen (AXISLBL).
  46.     This unit can be used in data collection programs, for instance, to 
  47.     display data as it's collected.
  48.  
  49. If you find this software useful and wish to make a donation to offset
  50. distribution costs, donations may be sent to:
  51.          Roger Carlson
  52.          The James Franck Institute
  53.          The University of Chicago
  54.          5640 Ellis Ave.
  55.          Chicago, IL 60637
  56. Those who make donations will, baring unforseen circumstances, receive
  57. updated versions of this software as they become available.
  58.  
  59. Questions or comments may be sent to the address above or via email to
  60. "carlson@gohan.uchicago.edu".
  61.  
  62. Enjoy.
  63.  
  64.                                                      Roger Carlson
  65.                                                      May 1991
  66.